High Contrast: fix a typo
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 18 Mar 2016 18:03:19 +0000 (19:03 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 18 Mar 2016 18:03:19 +0000 (19:03 +0100)
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-inverse.css
gtk/theme/HighContrast/gtk-contained.css

index da81bd0f8359e9fa7ff09f3e9924a28bdc6f9082..a890179996a7e38107794dce7203aa3632fe6dc9 100644 (file)
@@ -3356,7 +3356,7 @@ button.circular { // FIXME: aggregate to buttons
 *:drop(active):focus,
 *:drop(active) {
   border-color: $fg_color;
-  box-shadow: inset 0 0 0 2px fg_color;
+  box-shadow: inset 0 0 0 2px $fg_color;
 }
 
 stackswitcher button.text-button {
index e02f870ef2aeadc4c63271308e5e56a0dcf2b1b3..b52465137cdee04cab08dc5e00210932c33b357e 100644 (file)
@@ -3590,7 +3590,7 @@ button.circular {
 *:drop(active):focus,
 *:drop(active) {
   border-color: #fff;
-  box-shadow: inset 0 0 0 2px fg_color; }
+  box-shadow: inset 0 0 0 2px #fff; }
 
 stackswitcher button.text-button {
   min-width: 100px; }
index 54ddd104552a63fe0f17ea04dd854b8f1ddc2055..217c9b44c3eadd4f897d06c738e7554afb336ace 100644 (file)
@@ -3597,7 +3597,7 @@ button.circular {
 *:drop(active):focus,
 *:drop(active) {
   border-color: #000;
-  box-shadow: inset 0 0 0 2px fg_color; }
+  box-shadow: inset 0 0 0 2px #000; }
 
 stackswitcher button.text-button {
   min-width: 100px; }